home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 4: GNU Archives / Linux Cubed Series 4 - GNU Archives.iso / gnu / textutil.19 / textutil / textutils-1.19 / lib / xstrtoul.h < prev   
Encoding:
C/C++ Source or Header  |  1994-12-20  |  122 b   |  8 lines

  1. #ifndef _xstrtoul_h_
  2. #define _xstrtoul_h_ 1
  3.  
  4. #define STRING_TO_UNSIGNED 1
  5. #include "xstrtol.h"
  6.  
  7. #endif /* _xstrtoul_h_ */
  8.